raleigh: remove general 'padding' declaration
authorBenjamin Otte <otte@redhat.com>
Wed, 1 Feb 2012 23:14:01 +0000 (00:14 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 1 Feb 2012 23:14:01 +0000 (00:14 +0100)
Fixes reftests that were broken after images and labels applied padding.
Things look much more cramped now. On the plus side, treeview headers
and comboboxes have better spacing. Menubars look like crap now though.

Needs someone with artistical talent to figure out.

gtk/gtk-default.css

index e182c6e0b4dd235afb1f820739a363df6e03ef08..de3e95cdafd1f75ea849b88f4adaa55bdf57e6d7 100644 (file)
@@ -20,7 +20,6 @@
 * {
   color: @fg_color;
   border-color: shade (@bg_color, 0.6);
-  padding: 2;
 }
 
 GtkWindow, .button, .slider {